home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / misc / Hunk.lha / Hunk / Rexx / Patch00.rexx < prev    next >
OS/2 REXX Batch file  |  1998-02-14  |  220b  |  12 lines

  1. /* Patch a user selectable file by Hunk, automatically.
  2.    Apply all '000 relevant patches. */
  3.  
  4. MergeRelocs
  5. ApplyPatch "General.hop"
  6. ApplyPatch "Asl_Add.hop"
  7. MergeRelocs
  8. Count 'hunks'
  9. do i=0 to hunks-1
  10.     StripZeros i
  11. end
  12.